翻訳と辞書
Words near each other
・ SQL compliance
・ SQL Database Studio
・ SQL Developer
・ SQL injection
・ Sql insertion
・ SQL PL
・ SQL problems requiring cursors
・ SQL programming tool
・ SQL Server
・ SQL Server Agent
・ SQL Server Compact
・ SQL Server Express
・ SQL Server Integration Services
・ SQL Server Management Objects
・ SQL Server Management Studio
SQL Server Notification Services
・ SQL Server Pro
・ SQL Server Reporting Services
・ SQL Slammer
・ SQL Star
・ SQL*Plus
・ SQL-92
・ SQL-Ledger
・ SQL/CLI
・ SQL/JRT
・ SQL/MED
・ SQL/OLB
・ SQL/PSM
・ SQL/Schemata
・ SQL/XML


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SQL Server Notification Services : ウィキペディア英語版
SQL Server Notification Services

SQL Server Notification Services is a platform developed by Microsoft for the development and deployment of notification applications based on SQL Server Technology and the Microsoft .NET Framework. Notification Services offers a scalable server engine on which to run notification applications, with multi-server capability-providing flexibility and scalability for deploying applications.〔http://www.microsoft.com/sqlserver/2005/en/us/notification-services.aspx#FAQ〕
Notification Services was designed to ease the pain of developing and deploying notification applications that generate personalized, timely information to subscribers.
To design, code and test all of the components that make up a robust Notification Services Application-such as notification scheduling, failure detection, retry logic, time zone management, notification grouping, and queue management, adding Notification Services to software applications can be a daunting task.
==Background==
Over the years the term Notification applications has been superseded with the term Complex Event Processing (CEP). The idea is that you define a set of Rules (or Queries) in advance, and then push data through those rules. Should the data fit any of the criteria of the Rules then some action is fired. For example: A rule may state "If car speed through sensor is above 100 kph, take photo and record" otherwise all other data is discarded.

This approach is much faster than the traditional OLTP design of; Insert the row(s) into the database while constantly polling the data to see if something relevant has happened. It is especially suited to situations where you have high speed inputs, a fixed set of fairly simple queries and may not need to keep all the data. e.g.: Some industries measure the voltage, current and other attributes of hundreds of electric motors in their conveyor belts, 100 times each second. Then compare each measurement to its average, plant operators are alerted should a sudden change occur.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SQL Server Notification Services」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.